MindFusion.Scheduling for ASP.NET Programmer's Guide
Dictionary.remove Method
See Also
 





Removes the element with the specified key from the Dictionary.

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function remove (key)

 Parameters

key

Type: Number, String, Object
The key of the element to remove.

 Return Value

Type: Object
The value of the removed element. Null if the element was not found.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Common Namespace